imgarith

USAGE: imgarith in1img in2img outimg [-o OPERAND] [-x X] [-y Y] [-L]

imgarith performs arithmetic combination between two
images: addition, subtraction, or multiplication

ARGUMENTS:
   in1img: first input image filename (TIF)
   in2img: second input image filename (TIF)
   outimg: output image filename (TIF)

OPTIONS:
  -o OPERAND: <+,-,x> for addition, subtraction, or mult.
              Default is addition (+).
        -x X: X-offset location of second image in first.
        -y Y: Y-offset location of second image in first.
              default = (0,0).
              Note that for images of different sizes, the resultant image
              will be the size of the first specified image.
          -L: print Software License for this module
 
 
 

Example:

imgarith lip.tif bull.tif lipbull.tif -o -

lip.tif:

bull.tif:

lipbull.tif:

Copyright (C) 1999 MLMSoftware Group, LLC.